-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove react-children-utilities #5275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard] Remove react-children-utilities #5275
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## kien/remove-use-scroll-position #5275 +/- ##
===================================================================
- Coverage 45.56% 45.55% -0.01%
===================================================================
Files 1067 1068 +1
Lines 55487 55514 +27
Branches 4031 4029 -2
===================================================================
+ Hits 25282 25292 +10
- Misses 29515 29532 +17
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
106b814 to
1e141f3
Compare
b4938e7 to
55560ef
Compare
|
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/react-children-utilities@2.10.0 |

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating the
package.jsonandpnpm-lock.yamlfiles by removing thereact-children-utilitiesdependency and replacing its functionality with custom utility functions in themarkdown-renderer.tsxfile.Detailed summary
react-children-utilitiesdependency frompackage.jsonandpnpm-lock.yaml.onlyTextandchildToStringutility functions inmarkdown-renderer.tsxto handle child elements.markdown-renderer.tsxto use React'sChildrenandisValidElement.